projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f250210
)
vt-d: Fix ia64 build.
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 14 Nov 2008 14:27:08 +0000
(14:27 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 14 Nov 2008 14:27:08 +0000
(14:27 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/drivers/passthrough/vtd/intremap.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/vtd/intremap.c
b/xen/drivers/passthrough/vtd/intremap.c
index f484a59e39b9c7c3cabd3de4703eecfa5c9bac25..ced746611ea1e60a3faa9e0b1148f177df0dac85 100644
(file)
--- a/
xen/drivers/passthrough/vtd/intremap.c
+++ b/
xen/drivers/passthrough/vtd/intremap.c
@@
-30,6
+30,10
@@
#include "vtd.h"
#include "extern.h"
+#ifndef dest_SMI
+#define dest_SMI -1
+#endif
+
u16 apicid_to_bdf(int apic_id)
{
struct acpi_drhd_unit *drhd = ioapic_to_drhd(apic_id);